@charset "utf-8";
/* CSS Document */

.hovermenu ul{
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
}

.hovermenu ul li{
	display: inline;
	list-style-image: none;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
}

.hovermenu ul li a:hover{
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #0099FF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.link-img {
	color: #FFFFFF;
}
